/* Font Includes */
/* Trade Gothic Fonts */
/* Trade Gothic LT Std Bold Condensed No. 20 */
@font-face {
    font-family: 'TradeGothicLTStd-BdCn20';
    src: url('/Assets/bx/fonts/Trade-Gothic/TradeGothicLTStd-BdCn20.eot');
    src: url('/Assets/bx/fonts/Trade-Gothic/TradeGothicLTStd-BdCn20.eot?#iefix') format('embedded-opentype'), url('/Assets/bx/fonts/Trade-Gothic/TradeGothicLTStd-BdCn20.woff') format('woff'), url('/Assets/bx/fonts/Trade-Gothic/TradeGothicLTStd-BdCn20.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Freedom-Machine';
    src: url('/Assets/bx/fonts/Freedom_Machine/freedommachine-regular.eot');
    src: url('/Assets/bx/fonts/Freedom_Machine/freedommachine-regular.eot?#iefix') format('embedded-opentype'), url('/Assets/bx/fonts/Freedom_Machine/freedommachine-regular.woff') format('woff'), url('/Assets/bx/fonts/Freedom_Machine/freedommachine-regular.ttf') format('truetype'), url('/Assets/bx/fonts/Freedom_Machine/freedommachine-regular.svg#Freedom-Machine') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Slider Fix */
.noUi-target {
    width: 95%;
}

a {
    cursor: pointer;
}
/* Because IOS doesn't actually want to let you trigger a click event if an <a> doesn't have a href... this fixes it - for some reason. */
body {
    background: #000;
    color: #000;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-size: cover !Important;
}
/* Change the width of the site container */
.row, .content {
    max-width: 95rem;
    margin: 0 auto;
}

.top {
    margin-top: 1rem !important;
}

.bottom {
    margin-bottom: 1rem !important;
}

.top-2x {
    margin-top: 2rem !important;
}

.bottom-2x {
    margin-bottom: 2rem !important;
}

.p-top {
    padding-top: 1rem !important;
}

.p-bottom {
    padding-bottom: 1rem !important;
}

.p-top-2x {
    padding-top: 2rem !important;
}

.p-bottom-2x {
    padding-bottom: 2rem !important;
}

.no-padding {
    padding: 0;
}

@media only screen and (max-width: 40em) {
    .small-no-padding {
        padding: 0 !important;
    }

    .overridable-hide-for-small-only {
        display: none;
    }
}
/* Section Classes */
section.full-width {
    width: 100%;
    max-width: 100%;
}

.panel {
    margin-bottom: 0;
    border: 0;
}

    .panel.white {
        background: #FFF;
        padding: 1.25rem 2rem;
    }

    .panel.grey {
        background: #f1f1f1;
        padding: 1.25rem 2rem;
    }

    .panel.bg-effect {
        background: #FFF url(../../Assets/bx/_core/backgrounds/paint-bg-lg.jpg) center top no-repeat;
    }

    .panel.dark-bg-effect {
        background: #262626 url(../../Assets/bx/_core/backgrounds/dark-paint-bg.jpg) center top no-repeat;
        padding: 1.25rem 2rem;
    }

    .panel.dark {
        background: #202020;
    }

section.nav {
}

section.grey {
    background: #eeeceb;
}

section.no-padding {
    padding: 0;
}

section.no-padding {
    padding: 0;
}

section.white {
    background: white;
}

section.back {
    background: black;
}

section.home-content {
    background: url(../../Assets/bx/_core/backgrounds/content-background-home-text.jpg) center top / cover no-repeat;
    padding: 3rem 0;
}

section.bike-preload-container {
    background: url(../../Assets/bx/_core/backgrounds/category-background.jpg) center top / cover no-repeat fixed;
}

section.category-page {
    background: url(../../Assets/bx/_core/backgrounds/category-background.jpg) center top / cover no-repeat fixed;
    padding: 5rem 0;
}

section.login-content {
    background: url(../../Assets/bx/_core/backgrounds/login-background.jpg) center bottom / cover no-repeat;
    padding: 13rem 0;
}

section.bike-list-content {
    background: white;
    padding: 1rem 1.25rem;
    position: relative;
}

.intro-text {
    padding: 1rem 0;
}

@media only screen and (max-width: 40em) {
    section.nav {
        padding: 0 !Important;
    }

    section.bike-list-content {
        padding: 1.25rem 0;
    }
}


/* Login Container */
.login-container {
    padding: 1rem;
    text-align: center;
}


/* typography changes */
h1, .panel h1 {
    font-family: franklin-gothic-atf, sans-serif;
    color: #000;
    text-transform: none;
    font-weight: 800;
    font-style: normal;
}

h2, .panel h2, h3, .panel h3, h4, .panel h4 {
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 600;
    color: #000;
    font-style: normal;
}

h1, .panel h1 {
    font-size: 2rem;
    line-height: 1;
}

h2, .panel h2 {
    font-size: 1.6rem;
    line-height: 1;
}

h3, .panel h3 {
    font-size: 1.4rem;
    line-height: 1;
}

h4, .panel h4 {
    font-size: 1rem;
    line-height: 1;
}

h5, .panel h5 {
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #000;
}

p {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul li {
    font-size: 0.9rem;
}

a {
    color: #F60;
}

    a.link {
        font-family: franklin-gothic-atf, sans-serif;
        font-weight: 500;
        font-size: 0.8rem;
        line-height: normal;
        font-style: normal;
        color: #000;
        margin: 1rem 0;
        display: block;
    }

        a.link.return-link {
            font-size: 0.65rem;
            margin-top: 1rem;
        }

        a.link .fas.fa-last {
            margin-left: 15px;
        }

        a.link .fas.fa-first {
            margin-right: 15px;
        }

    a:hover, a:focus {
        color: #999;
    }

p.small, span.small, span.small {
    font-size: 0.8rem;
    color: #666;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text li, .white-text p, .white-text a.link {
    color: #FFF !important;
}

.panel li {
    font-size: 0.9rem;
}

@media only screen and (max-width: 667px) {
    h1, .panel h1 {
        font-size: 1.4rem;
    }

    h2, .panel h2 {
        font-size: 1rem;
    }

    h3, .panel h3 {
        font-size: 0.9rem;
    }

    h4, .panel h4 {
        font-size: 0.7rem;
    }

    h5, .panel h5 {
        font-size: 0.6rem;
        line-height: 1.4rem;
    }

    p, .panel li {
        font-size: 0.6rem;
    }
}

@media only screen and (max-width: 40em) {
    h1, .panel h1 {
        font-size: 1.6rem;
    }

    h2, .panel h2 {
        font-size: 1.2rem;
    }

    h3, .panel h3 {
        font-size: 1rem;
    }

    h4, .panel h4 {
        font-size: 0.8rem;
    }

    h5, .panel h5 {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }

    p, .panel li {
        font-size: 0.8rem;
    }
}

/* Page title */
.page-title {
    margin-bottom: 2.4rem;
}

    .page-title h1 {
        font-size: 2.8rem;
    }

@media screen and (max-width: 40em) {
    .page-title h1 {
        font-size: 2rem;
        line-height: 2.2rem;
        text-align: left;
    }
}

/* button changes */
button, .button {
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9rem;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    background-color: #000;
    border-color: transparent;
    color: #FFF;
    padding-right: 4rem;
    transition: all .5s ease;
    position: relative;
    border-radius: 0;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

    .button.no-cta, button.no-cta {
        padding-right: 1em;
    }

    button.tiny, .button.tiny {
        padding: 0.625rem 3.65rem 0.6875rem 1.25rem;
        font-size: 0.6875rem;
    }

    button:hover, .button:hover {
        background: #000;
        border-color: transparent;
        color: #FFF;
    }

    button .fas.fa-last, .button .fas.fa-last {
        margin-left: 15px;
    }

    button.expand, .button.expand {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

    button.small.expand, .button.small.expand {
        font-size: 0.75rem;
    }

    button.expand.text-left, .button.expand.text-left {
        text-align: left
    }

button-primary, .button-primary {
    background-color: #F60;
    color: #000;
}

    button-primary:hover, .button-primary:hover {
        background-color: #F60;
        color: #000;
    }

button-secondary, .button-secondary {
    background-color: #fff;
    color: #000;
}

    button-secondary:hover, .button-secondary:hover {
        background-color: #fff;
        color: #000;
    }

button-red, .button-red {
    background-color: #c23616;
    color: #FFF;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #b7b7b7;
    border-color: #b7b7b7;
}

    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
        background-color: #b7b7b7;
    }

.button.mobile-filters-link {
    width: 100%;
    background: #e8e8e8;
    color: black;
}

    .button.mobile-filters-link:before {
        font-family: 'Font Awesome 6 Pro';
        vertical-align: middle;
        display: inline-block;
        font-weight: 900;
        content: "\f0b0";
        margin-right: 12px;
        font-size: 12px;
        position: relative;
        top: -2px;
    }

@media screen and (max-width: 40em) {
    button, .button {
        font-size: 0.8rem;
    }
}



/* Feature Text */
.feature-text {
    padding: 2rem 0;
}

/* CTA Icons */
.cta-icon {
    position: absolute;
    top: 0;
    right: 15px;
    width: 25px;
    height: 100%;
    overflow: hidden;
    background: inherit;
    color: inherit !important;
}

.button .cta-icon {
    right: 15px;
}

.cta-icon:after {
    position: absolute;
    right: 22px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 0.9rem;
}

.button.cta-icon__long-arrow .cta-icon:after {
    content: '\f30b';
    top: 50%;
}
/* CTA animation */
.button.cta-animation-icon-swipe-out-and-in:hover .cta-icon:after {
    -webkit-animation: swipeOutIn 0.7s;
    -moz-animation: swipeOutIn 0.7s;
    -ms-animation: swipeOutIn 0.7s;
    -o-animation: swipeOutIn 0.7s;
    animation: swipeOutIn 0.7s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.button.cta-animation-icon-swipe-out-and-in[disabled]:hover .cta-icon:after, .button.cta-animation-icon-swipe-out-and-in[disabled]:focus .cta-icon:after {
    animation: none
}

.button.cta-animation-expand:hover {
    padding-right: 4.72rem;
    padding-left: 1.72rem;
}
/* CTA Animation Keyframes */
@keyframes swipeOutIn {
    0% {
        left: 0px
    }

    50% {
        left: 40px
    }

    51% {
        left: -28px
    }

    100% {
        left: 0px
    }
}

@keyframes rtlSwipeOutIn {
    0% {
        top: 0px
    }

    50% {
        top: -50px
    }

    51% {
        top: 50px
    }

    100% {
        top: 28px
    }
}


/* Form Changes */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    background-color: #fff;
    border-style: solid;
    border-width: 3px;
    border-color: #000;
    color: #000;
    font-size: 0.875rem;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    height: 2.6125rem;
}

    input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        background: #FFF;
        border-color: #000;
        color: #000;
    }

select {
    background-color: #FFF;
    border-width: 2px;
    border-color: #000;
    color: #000;
    font-size: 0.8rem;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
    border-radius: 0;
}

    select:focus {
        background-color: #FFF;
        border-color: #000;
        color: black;
    }

    select:disabled {
        background-color: #ddd;
        color: #a5a5a5;
        border-color: #000;
        cursor: default;
        border-radius: 0;
    }

al {
    color: #000;
    font-size: 0.9rem;
}


/* Form Errors */
.error label, .error label.error {
    color: #AA1500;
}

.error input[type="text"] {
    border-color: #AA1500;
}

/* Header */
header {
    background: #000;
    padding: 1.5rem 1rem;
}

.header-section {
    left: 0;
    position: relative;
    width: auto;
}

.site-logo {
	width: 300px;
}

@media screen and (max-width: 1180px) {
    .site-logo {
        width: 200px;
    }
}

@media only screen and (max-width: 40em) {
    .site-logo {
        width: 65%;
        float: left;
    }
}

/* Off Canvas Size Changes */
.off-canvas {
    position: absolute;
    background: #f6f6f6;
}

    .off-canvas .close-button, .off-canvas .close-button:hover {
        padding-right: 0;
        text-align: center;
        background: transparent;
        color: black;
    }

.position-left {
    width: 300px;
}

    .position-left.is-transition-push {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.off-canvas-content.is-open-left.has-transition-push {
    background: black;
    opacity: 0.3;
}

@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 300px;
    }
}

/* Main Navigation changes */
.top-bar, .top-bar ul {
    background-color: transparent;
}

.title-bar {
    padding: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background: #000;
}


/* Nav Button Changes and hover states */
.dropdown.menu > li > a {
    color: #FFF;
    font-family: franklin-gothic-compressed, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

    .dropdown.menu > li > a:hover {
        color: #F60;
    }

    .dropdown.menu > li > a.highlighted-link {
        color: #F60;
    }

@media screen and (max-width: 1180px) {
}

@media screen and (max-width: 1180px) {
}
/* Drop down hover states */
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    background: black;
    list-style: none;
    border: 1px solid #1a1a1a;
	z-index: 11;
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem;
    color: white;
    border-bottom: 1px solid #1a1a1a;
}

    .dropdown .is-dropdown-submenu a:hover {
        color: #F60;
    }

.dropdown.menu > li.is-active > a {
    background: 0 0;
    color: #F60;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #FFF transparent transparent;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover::after, .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent.is-active > a::after {
    border-color: #F60 transparent transparent;
}

/* Drilldown States for on Mobile */
.drilldown .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #FFF;
}

.drilldown .is-drilldown-submenu {
    background: #1a1a1a;
}

.drilldown .js-drilldown-back > a::before {
    border-color: transparent #FFF transparent transparent;
}

@media screen and (max-width: 40rem) {
    .top-bar {
        margin-top: 1rem;
    }

    .drilldown a {
        padding: 1rem 0;
        background: transparent;
        border-bottom: 1px solid #313131;
        font-family: franklin-gothic-compressed, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        color: white;
    }

        .drilldown a.highlighted-link {
            color: #F60;
        }
}
/* Hero Container */
.hero-container {
    position: relative;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-position: center center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: initial !important;
    padding: 0;
    text-align: left;
    min-height: 500px;
}

    .hero-container:before {
        z-index: 1;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%;
        background: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
        background: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        background: linear-gradient(to left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    }

.hero-content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    z-index: 10;
    min-height: 450px;
    text-align: left;
}

    .hero-content > div {
    }

    .hero-content h1, .hero-content h2, .hero-content h3, .hero-content p {
        font-family: franklin-gothic-atf, sans-serif;
        font-weight: 800;
        text-transform: none;
        font-style: normal;
        color: #FFF;
        text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    }

    .hero-content h1, .hero-content h2, .hero-content h3 {
        font-size: 1.4rem;
        margin: 0 0 1rem 0;
    }

        .hero-content h1 img, .hero-content h2 img, .hero-content h3 img {
            width: 400px;
        }

    .hero-content p {
        font-size: 2.2rem;
        line-height: 1;
        margin: 0 0 1rem 0;
    }

@media only screen and (min-width: 64.063em) {
    .hero-content > div {
        max-width: 85%;
        padding-left: 0;
    }
}

@media screen and (max-width: 40em) {
    .hero-container {
        min-height: 700px;
    }

    .hero-content {
        min-height: 285px;
        width: 100%;
    }

        .hero-content div {
            padding-left: 0px;
            max-width: 90%;
        }

        .hero-content h1 {
            font-size: 1.6rem;
            line-height: 2rem;
            margin-bottom: 2rem;
        }

        .hero-content h2 {
            font-size: 1.9rem;
        }

            .hero-content h1 img, .hero-content h2 img, .hero-content h3 img {
                width: 300px;
            }

        .hero-content p {
            font-size: 1.8rem;
        }

        .hero-content button, .hero-content .button {
            margin: 0.5rem 0 0.5rem 0;
        }

            .hero-content .button.clear {
                font-size: 1rem;
            }

    .slick-track {
        height: 630px;
    }
}
/* Slideshow Enquiry Form */
.slide-container .panel h3 {
    text-transform: none;
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1rem;
}
/* Slideshow Search Container */
.slide-search-container {
    z-index: 10;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    padding: 2rem 1rem;
}

    .slide-search-container label {
        color: #FFF;
    }

    .slide-search-container .search-slider-item {
        color: #FFF;
    }

    .slide-search-container span.slider-range-value {
        font-family: franklin-gothic-atf, sans-serif;
        font-weight: normal;
        font-size: 0.9rem;
        float: right;
    }

    .slide-search-container .button, .slide-search-container button {
        font-size: 0.8rem;
        float: right;
    }

    .slide-search-container .slide-search-options, .filter-search-options {
        margin: 0 0 1rem 0;
    }

        .slide-search-container .slide-search-options a {
            font-family: franklin-gothic-atf, sans-serif;
            font-weight: 400;
            font-size: 0.9rem;
            color: #949494;
            text-transform: none;
            font-style: normal;
            margin-right: 1rem;
        }

            .slide-search-container .slide-search-options a:after {
                font-family: "Font Awesome 6 Pro";
                font-weight: 400;
                content: '\f054';
                font-size: 11px;
                margin-left: 12px;
                position: relative;
                top: -2px;
            }

            .slide-search-container .slide-search-options a:hover {
                color: #F60;
            }

            .slide-search-container .slide-search-options a.active {
                color: #F60;
            }

                .slide-search-container .slide-search-options a.active:after {
                    content: '\f078';
                }



        /* Filter Only Options */
        .filter-search-options .title {
            display: block;
            margin-bottom: 0.5rem;
        }

        .filter-search-options a {
            margin: 0;
            /* width: 49%; */
            text-align: center;
            display: inline-block;
            background: #E0E0E0;
            color: #727272;
            font-family: franklin-gothic-atf, sans-serif;
            font-weight: 500;
            font-size: 0.75rem;
            font-style: normal;
            text-transform: none;
            padding: 0.5rem 0.65rem;
        }

            .filter-search-options a.active, .filter-search-options a:hover {
                background: #F60;
                color: #000;
            }

            .filter-search-options a:after {
                font-family: "Font Awesome 6 Pro";
                font-weight: 400;
                content: '\f054';
                font-size: 9px;
                margin-left: 10px;
                position: relative;
                top: -1px;
            }

            .filter-search-options a.active:after {
                content: '\f078';
            }


@media screen and (max-width: 40em) {
    .slide-search-container .button, .slide-search-container button {
        float: none;
        width: 100%;
    }

    .slide-search-container .slide-search-options a {
        display: block;
    }
}
/* Search Slider Container */
.range-slider {
    border: 0px solid black;
    margin-bottom: 1rem;
}

.quick-search-container {
}

    .quick-search-container.panel {
        background: #FFF url(../../Assets/bx/_core/backgrounds/paint-bg.jpg) center top no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 10;
        width: 100%;
        margin-top: 3rem;
        padding: 2rem 1.25rem;
    }

.search-slider-item {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}

    .search-slider-item label {
        margin-bottom: 1.2rem;
    }

    .search-slider-item span {
        font-weight: 600;
        font-size: 0.9rem;
    }

.quick-search-container p.slider-range-title {
}

.quick-search-container span.slider-range-value, .search-slider-item span.slider-range-value {
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    float: right;
}


/* Wide Search slider for listing page */
.filter-container {
    background: #F6F6F6 url(../../Assets/bx/_core/backgrounds/wide-search-bg.png) center top repeat-x;
    padding: 3rem 1.25rem;
}

.filter-panel-cta {
    padding-top: 0.5rem;
}


/* New Used Bike Page */
/* New Used Bike Page */
/* New Used Bike Page */
/* Filters */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #F60 !important;
    background: #F60 !Important;
}

.ui-widget-header {
    background: #dddddd !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #cccccc !important;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0 !important;
}

    .ui-slider-horizontal .ui-slider-handle:last-child {
        margin-left: -1.2em !important;
    }

.filters h3 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1rem;
}

    .filters h3 a {
        float: right;
        display: block;
        font-weight: 400;
        font-size: 0.8rem;
        line-height: normal;
        text-transform: capitalize;
        letter-spacing: 0;
        color: #000;
    }

        .filters h3 a:hover {
            color: #f60;
        }

        .filters h3 a i {
            font-size: 0.7rem;
            margin-left: 5px;
        }

.filters h4 {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 0.9rem;
}

.filters .distance-filters {
    padding: 1.5rem 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

input[type="text"][readonly].filter-amount {
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    border-style: none;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
}

.price-slider-container, .mileage-slider-container {
    margin-bottom: 1rem;
}


/* Page Sorter */
.page-sorter {
    font-size: 0.8rem;
    text-align: right;
    padding: 1rem 0;
    border-top: 0px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
    background: #FFF;
}

    .page-sorter span {
        margin: 0 0.5rem;
    }

        .page-sorter span.grid-toggles {
            position: relative;
            top: 3px;
        }

            .page-sorter span.grid-toggles a.toggle-view {
                color: #7f7f7f;
                color: rgba(0, 0, 0, 0.5);
                font-size: 1rem;
                margin: 0 3px 0 0;
            }

                .page-sorter span.grid-toggles a.toggle-view:hover {
                    color: #4c4c4c;
                    color: rgba(0, 0, 0, 0.7);
                }

                .page-sorter span.grid-toggles a.toggle-view.active {
                    color: #000;
                }

        .page-sorter span.bike-count {
            float: left;
        }

        .page-sorter span.featured-container input[type="checkbox"] {
            margin: 0;
            top: 0px;
            position: relative;
        }

    .page-sorter select {
        background-color: #fafafa;
        border: 1px solid #cccccc;
        margin: 0 0 0 10px;
        font-size: 12px;
        font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: rgba(0, 0, 0, 0.75);
        line-height: normal;
        border-radius: 0;
        width: 80px;
        border-radius: 0;
    }

        .page-sorter select.order-by {
            width: 200px;
        }

        .page-sorter select.results-per-page {
            width: 50px;
        }

@media only screen and (max-width: 40em) {
    .page-sorter {
        font-size: 0.6rem;
        padding: 0.5rem 0;
        margin-bottom: 0.5rem;
    }

        .page-sorter select {
            height: 1.7375rem;
            font-size: 9px;
        }

            .page-sorter select.order-by {
                width: 100px;
                height: 1.7375rem;
            }
}

/* No Bikes Message */
.no-results-message {
    text-align: center;
    margin: 1.5rem 0;
}
/* Used Bikes List View */
/*.list-view .used-bike-container {
     background: #FFF;
     border-bottom: 0px solid #d7dadb;
     margin-bottom: 1rem;
     padding: 1rem;
     width: 100%;
}
 .list-view .used-bike-container:nth-child(even) {
     background: #f7f7f7;
}
 .list-view .used-bike-image-container {
     width: 30%;
     position: relative;
     float: left;
     padding-left: 0;
     padding-right: 0.5375rem;
}
 .list-view .used-bike-image-container span.image-count {
     position: absolute;
     top: 5px;
     left: 5px;
     padding: 3px 7px;
     font-size: 12px;
     background: #000;
     border: 1px solid #777;
     color: #fff;
}
 .list-view .used-bike-image-container span.image-count .fas {
     font-size: 0.7rem;
     margin-right: 5px;
}
 .list-view .used-bike-image-container span.originals-logo-image-overlay {
     position: absolute;
     bottom: 10px;
     right: 10px;
     padding: 5px 7px;
     font-size: 0;
     background: rgba(0, 0, 0, 0.5);
     border: 0px solid #777;
     color: #fff;
     width: 170px;
}
 .list-view .used-bike-detail-container {
     width: 70%;
     position: relative;
     float: left;
     padding-left: 0.5375rem;
     padding-right: 0;
}
 .list-view .used-bike-header, .list-view .used-bike-details {
     width: 100%;
     position: relative;
     float: left;
     margin-bottom: 0;
}
 .list-view .used-bike-details {
     width: 60%;
     float: left;
}
 .list-view .used-bike-link {
     position: relative;
     float: right;
     width: 40%;
     margin-top: 1rem;
}
 .list-view .used-bike-link a.link {
     font-size: 0.65rem;
     margin-top: 0.5rem;
     margin-bottom: 0;
}
 .list-view .used-bike-container h3.title {
     float: left;
     width: 70%;
     font-size: 1.4rem;
     line-height: 1.4rem;
     text-transform: uppercase;
     margin: 0;
     position: relative;
     top: 5px;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
 .list-view .used-bike-container h3.price {
     float: left;
     text-align: right;
     width: 30%;
     font-size: 2rem;
     line-height: 2.4rem;
     margin: 0;
     color: #F60;
}
 .list-view .used-bike-container h3.price span.old-price {
     font-size: 0.9rem;
     color: #333333;
     position: relative;
     top: 5px;
     text-decoration: line-through 
}
 .list-view .used-bike-container p.finance-from-price {
     font-size: 1rem;
     margin: 5px 0 15px 0;
     text-align: right;
}
 .list-view .used-bike-container p.finance-from-price span {
     font-weight: bold;
     color: #F60;
}
 .list-view .used-bike-container ul {
     margin: 0;
}
 .list-view .used-bike-container li {
     font-family: franklin-gothic-atf, sans-serif;
     font-weight: normal;
     text-transform: uppercase;
     display: block;
     list-style: none;
     font-size: 0.9rem;
     line-height: 1;
     letter-spacing: 1px;
     padding: 7px 0;
     margin: 7px 0;
     border-bottom: 1px solid #EEE;
}
 .list-view .used-bike-container li span.list-option {
     min-width: 120px;
     display: inline-block;
}
 .list-view .used-bike-container li span.list-value {
     float: right;
}
 .list-view .used-bike-container li span.spacer, .list-view .used-bike-container span.spacer {
     margin: 0 3px;
     color: #F60;
     font-weight: bold;
     font-size: 1.4rem;
     position: relative;
     top: 4px;
}
 .list-view .used-bike-container p {
     font-size: 0.75rem;
}
 .list-view .used-bike-container p.office-number {
     font-size: 0.9rem;
     font-weight: bold;
}
 .list-view .used-bike-container p.office-number .fa {
     font-size: 1.4rem;
     position: relative;
     top: 2px;
     margin: 0 5px 0 0;
}
 .list-view .used-bike-link .button {
     margin: 0 0 0.5rem 0;
     font-size: 0.7rem;
     float: right;
     width: 80%;
}
 .list-view button, .list-view .button {
     margin: 0;
}
 .list-view .button.used-list-photos {
     margin: 0.5rem 0 0 0;
     background: transparent;
     font-size: 0.8rem;
     color: #545454;
     padding: 0.2rem 0;
}
*/
@media only screen and (max-width: 40em) {
    /*.list-view .used-bike-container {
         background: #FFF;
         border: 5px solid #EEEEEE;
         margin: 0 5px 10px;
         width: 100%;
         position: relative;
         padding: 0;
         float: left;
         text-align: center;
    }
     .list-view .used-bike-image-container {
         width: 100%;
         position: relative;
         float: left;
         padding: 0;
    }
     .list-view .used-bike-image-container span.image-count {
         position: absolute;
         top: 5px;
         left: 5px;
         padding: 3px 5px;
         font-size: 14px;
         background: #000;
         border: 1px solid #777;
         color: #fff;
    }
     .list-view .used-bike-image-container span.image-count .fas {
         font-size: 0.8rem;
         margin-right: 7px;
    }
     .list-view .used-bike-image-container span.originals-logo-image-overlay {
         position: absolute;
         bottom: 10px;
         right: 10px;
         padding: 5px 7px;
         font-size: 0;
         background: rgba(0, 0, 0, 0.2);
         border: 0px solid #777;
         color: #fff;
         width: 170px;
    }
     .list-view .used-bike-detail-container {
         width: 100%;
         position: relative;
         float: left;
         padding-left: 0.7375rem;
         padding-right: 0.7375rem;
    }
     .list-view .used-bike-header {
         min-height: 110px;
    }
     .list-view .used-bike-header, .list-view .used-bike-details {
         width: 100%;
         position: relative;
         float: left;
    }
     .list-view .used-bike-contact, .list-view .used-bike-link {
         width: 100%;
         position: relative;
         float: left;
         margin: 0 0 1rem 0;
    }
     .list-view .used-bike-container h3.title {
         margin: 15px 0 7px 0;
         width: 100%;
         font-size: 1rem;
         text-align: center;
         text-transform: uppercase;
         letter-spacing: 1px;
         text-overflow: ellipsis;
         white-space: nowrap;
         overflow: hidden;
    }
     .list-view .used-bike-container h3.price {
         width: 100%;
         font-size: 2rem;
         letter-spacing: 0;
         text-align: center;
         color: #F60;
         margin: 0;
    }
     .list-view .used-bike-container p.finance-from-price {
         font-size: 0.8rem;
         margin: 5px 0 15px 0;
         text-align: center;
    }
     .list-view .used-bike-container p.finance-from-price span {
         font-weight: bold;
         color: #F60;
    }
     .list-view .used-bike-container h3.price span.old-price {
         font-size: 0.9rem;
         color: #333333;
         position: relative;
         top: 5px;
         text-decoration: line-through 
    }
     .list-view .used-bike-container ul {
         margin: 0;
    }
     .list-view .used-bike-container li {
         font-family: franklin-gothic-atf, sans-serif;
         font-weight: normal;
         text-transform: uppercase;
         display: block;
         list-style: none;
         line-height: 1;
         padding: 5px 0;
         margin: 5px 0;
         border-bottom: 1px solid #EEE;
    }
     .list-view .used-bike-container li span.list-value {
         float: right;
    }
     .list-view .used-bike-container li span.spacer, .list-view .used-bike-container span.spacer {
         margin: 0 5px;
         color: #F60;
         font-weight: bold;
         font-size: 1.4rem;
         position: relative;
         top: 3px;
    }
     .list-view .used-bike-container .used-bike-details p {
         font-size: 0.75rem;
         display: none;
    }
     .list-view .used-bike-container p.office-number {
         font-size: 0.9rem;
         font-weight: bold;
         display: block;
         text-align: center;
         margin: 0;
    }
     .list-view .used-bike-container p.office-number .fa {
         font-size: 1.4rem;
         position: relative;
         top: 2px;
         margin: 0 5px 0 0;
    }
     .list-view .used-bike-link .button {
         margin: 0.5rem 0 1rem 0;
         font-size: 0.7rem;
         float: right;
         width: 100%;
    }
     .list-view .more-about-link {
         float: none;
         clear: both;
         text-align: center;
         font-size: 0.55rem;
         margin: 1rem 0;
    }
     .list-view .used-bike-link .button.used-model-finance-link {
         display: none;
    }
     .list-view button, .list-view .button {
         margin: 0;
    }
     .list-view .button.used-list-photos {
         display: none;
         margin: 0.5rem 0 0 0;
         background: transparent;
         font-size: 0.8rem;
         color: #545454;
         padding: 0.2rem 0;
    }
     .list-view .more-about-link {
         float: none;
         clear: both;
         text-align: center;
         font-size: 0.55rem;
         margin: 1rem 0;
    }
    */
}

@media only screen and (max-width: 40em) {
    /*.list-view .used-bike-container h3.title {
         font-size: 1rem;
         margin: 0.5rem 0;
         line-height: 1.2rem;
    }
     .list-view .used-bike-image-count {
         display: none;
    }
     .list-view .used-bike-container p.description {
         display: none;
    }
     .list-view .used-bike-contact, .grid-view .used-bike-link {
         width: 100%;
    }
     .list-view .used-bike-link .button {
         width: 100%;
    }
     .list-view .used-bike-container ul {
         display: none;
    }
    */
}
/* List view Finance Table */
/*.finance-table-container {
     padding-top: 1rem;
     overflow: auto;
     overflow-y: hidden;
}
 .finance-table-container p {
     margin-bottom: 0;
     font-size: 0.7rem !important;
     font-style: italic;
}
 .finance-table-container table {
     margin-bottom: 0;
}
 table.finance-table thead {
     background: #000;
}
 table.finance-table thead tr th {
     font-size: 0.6rem;
     line-height: 1rem;
     text-align: center;
     text-transform: capitalize;
     font-weight: normal;
     color: #FFF;
}
 table.finance-table tr td {
     font-size: 0.6rem;
     padding: 0.1625rem 0.425rem;
     text-align: center;
}
 table.finance-table tr td p {
     margin: 0 !important;
}
 table.finance-table tr td .button.tiny {
     padding: 0.3625rem 0.725rem;
     text-transform: none;
}
 @media only screen and (max-width: 1020px) {
     table.finance-table thead tr th {
         font-size: 0.6rem;
    }
}
 @media only screen and (max-width: 920px) {
     table.finance-table thead tr th {
         font-size: 0.5rem;
    }
     table.finance-table tr td {
         font-size: 0.6rem;
    }
}
 @media only screen and (max-width: 40em) {
     .finance-table-container {
         display: none;
    }
     table.finance-table thead tr th {
         font-size: 0.6rem;
    }
     table.finance-table tr td {
         font-size: 0.6rem;
    }
     p.mobile-table-text {
         font-style: italic;
         font-size: 0.7rem;
    }
     p.mobile-table-text .fa {
         font-size: 1.2rem;
         color: #dc1e33;
         margin-right: 10px;
         top: 2px;
         position: relative;
    }
}
*/
/* Used Bikes Grid View */
.grid-view .used-bike-container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

    .grid-view .used-bike-container a {
        color: black;
    }

.grid-view .inner-wrap {
    border: 5px solid #f6f6f6;
}

.grid-view .used-bike-image-container {
    width: 100%;
    position: relative;
    float: left;
    padding: 0;
    display: flex;
}

.grid-view .used-bike-image {
    /*background: url(https://resource.medialinksonline.com/assets/hd-originals-image-coming-soon.jpg);
		background-size: cover;
		min-height: 215px;
		width: 100%;*/
}

.grid-view .used-bike-image-container span.image-count {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 3px 5px;
    font-size: 14px;
    background: #000;
    border: 1px solid #777;
    color: #fff;
}

    .grid-view .used-bike-image-container span.image-count .fas {
        font-size: 0.8rem;
        margin-right: 7px;
    }

.grid-view .used-bike-image-container span.originals-logo-image-overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 7px;
    font-size: 0;
    background: rgba(0, 0, 0, 0.65);
    border: 0px solid #777;
    color: #fff;
    width: 140px;
}

.grid-view .used-bike-detail-container {
    width: 100%;
    position: relative;
    float: left;
    padding-left: 0.7375rem;
    padding-right: 0.7375rem;
}

.grid-view .used-bike-header {
    min-height: 110px;
}

.grid-view .used-bike-header, .grid-view .used-bike-details {
    width: 100%;
    position: relative;
    float: left;
}

.grid-view .used-bike-contact, .grid-view .used-bike-link {
    width: 100%;
    position: relative;
    float: left;
}

.grid-view .used-bike-container h3.title {
    margin: 15px 0 7px 0;
    width: 100%;
    font-size: 0.8rem;
    text-align: left;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: wrap;
    overflow: visible;
}

.grid-view .used-bike-container h3.price {
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-align: left;
    color: #F60;
    margin: 0 0 0.7rem 0;
}

.grid-view .used-bike-container h4 {
    float: none;
    font-size: 0.65rem;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    color: black;
}

.grid-view .used-bike-container .finance-from-price {
    margin: 0.5rem 0 1rem 0;
}

    .grid-view .used-bike-container p.finance-from-price, .grid-view .used-bike-container .finance-from-price p {
        font-size: 0.75rem;
        margin: 0 0 0.2rem 0;
    }

        .grid-view .used-bike-container p.finance-from-price span, .grid-view .used-bike-container .finance-from-price p span {
            font-weight: bold;
            color: #F60;
        }

.grid-view .used-bike-container p.finance-from-price, .grid-view .used-bike-container .finance-from-defaults p {
    font-size: 0.65rem;
}

.grid-view .used-bike-container h3.price span.old-price {
    font-size: 0.9rem;
    color: #333333;
    position: relative;
    top: 5px;
    text-decoration: line-through
}

.grid-view .used-bike-container ul {
    margin: 0;
}

.grid-view .used-bike-container li {
    font-size: 0.8rem;
    display: block;
    list-style: none;
    line-height: 1;
    padding: 0px 0;
    margin: 10px 0;
    border-bottom: 0px solid #EEE;
}

    .grid-view .used-bike-container li span.list-value {
        float: right;
    }

    .grid-view .used-bike-container li span.spacer, .grid-view .used-bike-container span.spacer {
        margin: 0 5px;
        color: #F60;
        font-weight: bold;
        font-size: 1.4rem;
        position: relative;
        top: 3px;
    }

.grid-view .used-bike-container .used-bike-details p {
    font-size: 0.75rem;
    display: none;
}

.grid-view .used-bike-container p.office-number {
    font-size: 0.9rem;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0;
}

    .grid-view .used-bike-container p.office-number .fa {
        font-size: 1.4rem;
        position: relative;
        top: 2px;
        margin: 0 5px 0 0;
    }

.grid-view .used-bike-link .button {
    margin: 0.5rem 0 1rem 0;
    /*font-size: 0.7rem;
        float: right;
        width: 100%;*/
}

.grid-view .more-about-link {
    font-size: 0.65rem;
    margin: 1.5rem 0.7rem;
    float: none;
    display: inline-block;
    width: 100%;
    letter-spacing: 0.5px;
}

    .grid-view .more-about-link:hover {
        color: #777;
    }

.grid-view .used-bike-link .button.used-model-finance-link {
    display: none;
}

.grid-view button, .grid-view .button {
    margin: 0;
}

    .grid-view .button.used-list-photos {
        display: none;
        margin: 0.5rem 0 0 0;
        background: transparent;
        font-size: 0.8rem;
        color: #545454;
        padding: 0.2rem 0;
    }

@media print, screen and (min-width: 1960px) {
    .large-up-5 > .cell {
        width: 20%;
    }
}

@media print, screen and (max-width: 1860px) {
    .large-up-5 > .cell {
        width: 24.9%;
    }
}

@media print, screen and (max-width: 1500px) {
    .large-up-5 > .cell {
        width: 33.2%;
    }
}

@media print, screen and (max-width: 1270px) {
    .large-up-5 > .cell {
        width: 49.4%;
    }
}

@media print, screen and (max-width: 1120px) {
    .large-up-5 > .cell {
        width: 33.3%;
    }
}

@media only screen and (max-width: 1073px) {
    .grid-view .used-bike-container {
    }
}

@media only screen and (max-width: 1024px) {
    .grid-view .used-bike-container {
    }

    .button.mobile-filters-link {
        display: block !important;
    }
}

@media only screen and (max-width: 832px) {
    .grid-view .used-bike-container {
    }
}

@media print, screen and (max-width: 735px) {
    .large-up-5 > .cell {
        width: 49.5%;
    }
}


@media only screen and (max-width: 40em) {
    .large-up-5 > .cell {
        width: 100%;
    }

    .grid-view .used-bike-container {
        text-align: left;
        margin: 0 0 0.5rem 0;
    }

    .grid-view .used-bike-image-container {
        width: 45%;
    }

    .grid-view .used-bike-image {
        /*min-height: 125px;*/
    }

    .grid-view .used-bike-detail-container {
        width: 55%;
    }

    .grid-view .used-bike-container h3.title, .grid-view .used-bike-container h3.price {
        width: 100%;
        text-align: left;
    }

    .grid-view .used-bike-container h3.title {
        font-size: 0.75rem;
        margin: 0.5rem 0;
        line-height: 1rem;
    }

    .grid-view .used-bike-container h3.price {
        font-size: 1.4rem;
    }

    .grid-view .used-bike-container p.finance-from-price {
        font-size: 0.7rem;
        margin: 5px 0 10px 0;
        text-align: left;
    }

    .grid-view .used-bike-container h4 {
        font-size: 0.75rem;
        letter-spacing: 0;
        text-align: left;
    }

    .grid-view .used-bike-image-count {
        display: none;
    }

    .grid-view .more-about-link {
        display: none;
    }

    .grid-view .used-bike-container p.description {
        display: none;
    }

    .grid-view .used-bike-contact, .grid-view .used-bike-link {
        width: 100%;
    }

        .grid-view .used-bike-link .button {
            width: 100%;
        }

    .grid-view .used-bike-container ul {
        display: none;
    }

    .grid-view .used-bike-image-container span.image-count .fas {
        font-size: 0.4rem;
    }

    .grid-view .used-bike-image-container span.image-count {
        font-size: 7px;
    }

    .grid-view .used-bike-image-container span.originals-logo-image-overlay {
        top: 0;
        right: 0;
        width: 70%;
    }
}
/* Grid View Finance Table */
.grid-view .finance-table-container {
    display: none;
}
/* Loading Icons */
.price-slider-loading .fa, .mileage-slider-loading .fa {
    margin-bottom: 15px;
    font-size: 1.2rem;
    color: #000;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    top: 8px;
}

.loading-container {
    min-height: 500px;
    text-align: center;
    background: #FFF;
}

    .loading-container .fa {
        top: 230px;
        position: relative;
        color: rgb(156, 156, 156);
    }
/* Used Bike Pagination */
.pagination {
    text-align: center;
}

.pagination-container {
    width: 100%;
    border-top: 0px solid #f1f1f1;
    border-bottom: 0px solid #f1f1f1;
    display: inline-block;
    padding: 0;
    margin-top: 2rem;
    text-align: center;
}

.pages {
    display: inline-block;
    list-style: none;
    margin: 0;
    width: 100%;
}

    .pages .jump-to-page {
        float: right;
        display: inline-flex;
        width: 250px;
    }

        .pages .jump-to-page label {
            width: 75%;
            position: relative;
            top: 5px;
            right: 10px;
            text-align: right;
        }

        .pages .jump-to-page select {
            width: 25%;
        }

.pagination-container li.page {
    display: inline-block;
    float: left;
    color: #222222;
    background-color: #ececec;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 0;
}

    .pagination-container li.page:hover {
        background-color: #CCC;
    }

    .pagination-container li.page.current-page {
        color: #FFF;
        background-color: #F60;
        display: block;
        font-weight: bold;
    }

@media only screen and (max-width: 40em) {
    .pages .jump-to-page {
        float: left;
        width: 220px;
        margin-top: 1rem;
    }

        .pages .jump-to-page label {
            width: 50%;
        }

        .pages .jump-to-page select {
            width: 25%;
        }
}
/* Approved Used List View */
.list-view .used-bike-container.approved-used {
    background: #333;
    border: 5px solid #505050;
}

    .list-view .used-bike-container.approved-used p.approved-used-text {
        font-family: 'delta_probold',Arial,sans-serif;
        font-size: 1rem;
        line-height: 1.4rem;
        color: #5bab27;
        margin: 0;
    }

    .list-view .used-bike-container.approved-used h3.title, .list-view .used-bike-container.approved-used li, .list-view .used-bike-container.approved-used p, .list-view .used-bike-container.approved-used .button.used-list-photos, .list-view .used-bike-container.approved-used p.office-number {
        color: #FFF;
    }

    .list-view .used-bike-container.approved-used .kawasaki-select-logo {
        position: absolute;
        top: 10px;
        left: 20px;
        z-index: 10;
    }

        .list-view .used-bike-container.approved-used .kawasaki-select-logo img {
            width: 130px;
        }
/* Used Bike View Page */
.orginals-model-image-container {
    position: relative;
}

    .orginals-model-image-container .thumbnail {
        padding: 0;
        border: 0px solid;
        border-radius: 0;
        margin-bottom: 0;
        -webkit-box-shadow: 0 0 0 1px rgba(10,10,10,0);
        box-shadow: 0 0 0 1px rgba(10,10,10,0);
        width: 100%;
    }

    .orginals-model-image-container a.thumbnail:focus, .orginals-model-image-container a.thumbnail:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(43,166,203,0);
        box-shadow: 0 0 0 0 rgba(43,166,203,0);
    }

    .orginals-model-image-container span.originals-logo-image-overlay {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 5px 7px;
        font-size: 0;
        background: rgba(0, 0, 0, 0.65);
        border: 0px solid #777;
        color: #fff;
        width: 40%;
    }

.used-model-page-header h1, .used-model-page-header h1.bike-name, .used-model-page-header h1 span.bike-name {
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.used-model-page-header h2, .used-model-page-header h2.bike-price, .used-model-page-header h2 span.bike-price {
    font-size: 3rem;
    color: #F60;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

    .used-model-page-header h2 span.finance-price, .used-model-page-header h2.bike-price span.finance-price, .used-model-page-header h2 span.bike-price span.finance-price {
        font-size: 1rem;
        color: #1a1a1a;
        text-transform: none;
        margin-bottom: 0rem;
        font-weight: 400;
    }

        .used-model-page-header h2 span.finance-price span, .used-model-page-header h2.bike-price span.finance-price span, .used-model-page-header h2 span.bike-price span.finance-price span {
            color: #F60;
            font-weight: 600;
        }

.used-bike-title {
    margin: 0 0 1rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

    .used-bike-title h1.bike-name, h1.bike-name {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .used-bike-title h2.bike-price, h2.bike-price {
        font-size: 3rem;
        color: #F60;
        text-transform: uppercase;
        letter-spacing: 0;
        margin-bottom: 0.5rem;
    }

        .used-bike-title h2.bike-price span.finance-price, h2.bike-price span.finance-price {
            font-size: 1.4rem;
            letter-spacing: 1px;
            color: #000;
        }

    .used-bike-title p.finance-price {
        font-size: 0.85rem;
        margin: 0 0 0.4rem 0;
    }

.sticky-payment-section p.finance-price {
    font-size: 0.75rem;
    margin: 0 0 0.2rem 0;
}

    .used-bike-title p.finance-price span, .sticky-payment-section p.finance-price span {
        font-weight: bold;
        color: #F60;
    }

        .used-bike-title p.finance-price span.optional-repayment {
            font-size: 0.65rem;
            margin: 0.7rem 0 0.4rem 0;
            color: black;
            font-weight: normal;
        }

        .sticky-payment-section p.finance-price span.optional-repayment {
            font-size: 0.55rem;
            margin: 0.7rem 0 0.4rem 0;
            color: white;
            font-weight: normal;
        }

.used-bike-title p.default-values, .sticky-payment-section p.default-values {
    font-size: 0.75rem;
    margin: 0.5rem 0 0.5rem 0;
    font-weight: bold;
}

.used-bike-title h2.bike-price span.divider, h2.bike-price span.divider {
    color: #d6d6d6;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 400;
    position: relative;
    top: -3px;
    margin: 0 10px;
}

.used-bike-title h2.bike-price span.finance-tooltip, h2.bike-price span.finance-tooltip {
    font-size: 0.7rem;
    margin-left: 5px;
    position: relative;
    top: -10px;
    color: black;
}

.used-bike-title .has-finance-options p, .has-finance-options p {
    font-weight: 400;
    margin: 0;
}

.used-bike-title .has-finance-options span, .has-finance-options span {
    font-weight: 900;
    color: #F60;
}

    .used-bike-title .has-finance-options span.finance-tooltip, .has-finance-options span.finance-tooltip {
        color: #1a1a1a;
        font-size: 0.7rem;
        position: relative;
        top: -1px;
    }

.used-bike-title p.phone-number {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 2rem 0 0 0;
}

.used-bike-title p.bike-location {
    font-size: 0.8rem;
    margin: 0.5rem 0 0 0;
}

    .used-bike-title p.bike-location .fa {
        color: #6F6F6F;
        font-size: 1rem;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }

.usedmodel-cta-container {
    width: 100%;
    float: left;
}

    .usedmodel-cta-container .button.expand {
        margin: 0 0 0.5rem 0;
        width: 60%;
        float: left;
    }

    .usedmodel-cta-container h3 {
        font-size: 1.4rem;
        margin: 1rem 0;
    }

.button.used-return {
    margin-top: 0;
    margin-bottom: 1rem;
    float: right;
}

.bike-content .panel.usedmodel-specs {
    padding: 3rem 1.25rem;
}

.bike-content p.bike-description {
    margin-bottom: 2rem;
    text-align: left;
}

.bike-content h3.title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.bike-content .pricing-table .title {
    width: 100%;
    background-color: #f1f1f1;
}

    .bike-content .pricing-table .title h2 {
        color: #FFF;
        font-size: 1.8rem;
        line-height: 2rem;
        border-bottom: 0;
        margin: 0;
    }

    .bike-content .pricing-table .title h3 {
        color: #1a1a1a;
        font-size: 1.3rem;
        line-height: 1.4rem;
        font-weight: bold;
        border-bottom: 0;
        margin: 0;
    }

.bike-content hr.used-divider {
    border: solid #f1f1f1;
    border-width: 5px 0 0;
    clear: both;
    margin: 2.65rem auto 2.5875rem;
    height: 0;
    width: 70%;
}

.bike-content .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 1.6rem;
}

.bike-content .usedmodel-specs h3.title, .bike-content .usedmodel-description h3.title, .bike-content .usedmodel-finance h3.title {
    text-align: center;
}

.bike-content .usedmodel-specs .spec-item p.lead {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.bike-content .usedmodel-specs .spec-item p {
    letter-spacing: 0;
    font-size: 1rem;
    text-align: center;
    text-transform: none;
    margin-bottom: 2.2rem;
}

.bike-content .usedmodel-specs .spec-item .spec-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    opacity: 0.8;
}

    .bike-content .usedmodel-specs .spec-item .spec-icon.icon-location {
        background: url("../../Assets/bx/specification-icons/spec-map-marker-icon.png");
        background-size: contain;
    }

    .bike-content .usedmodel-specs .spec-item .spec-icon.icon-colour {
        background: url("../../Assets/bx/specification-icons/spec-colour-icon.png");
        background-size: contain;
    }

    .bike-content .usedmodel-specs .spec-item .spec-icon.icon-mileage {
        background: url("../../Assets/bx/specification-icons/spec-mileage-icon.png");
        background-size: contain;
    }

    .bike-content .usedmodel-specs .spec-item .spec-icon.icon-registration {
        background: url("../../Assets/bx/specification-icons/spec-license-icon.png");
        background-size: contain;
    }

.bike-content .usedmodel-description, .bike-content .usedmodel-finance {
    text-align: center;
}

.pricing-table .bullet-item {
    padding: 0.8175rem;
    font-size: 0.775rem;
}

.bike-content .pricing-table .cta-button {
    padding: 0rem 1.25rem 0;
}

.bike-content .pricing-table .print-button {
    float: right;
    margin: 15px 0 0 0;
}

    .bike-content .pricing-table .print-button .fa {
        margin-right: 5px;
    }

.bike-content .pricing-table .button {
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .usedmodel-cta-container .button.expand {
        width: 100%;
        font-size: 0.7rem;
    }
}

@media only screen and (max-width: 40em) {
    .usedmodel-cta-container {
        margin: 1rem 0 0 0;
    }

        .usedmodel-cta-container .button.expand {
            width: 100%;
            font-size: 0.7rem;
        }

    .used-bike-title {
        padding: 0.5rem 0;
    }

    .orginals-model-image-container span.originals-logo-image-overlay {
        background: rgba(0, 0, 0, 0.5);
        border: 0px solid #777;
        color: #fff;
        width: 180px;
    }

    .bike-content .usedmodel-specs .spec-item p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        letter-spacing: 0.2px;
        margin-bottom: 1.5rem;
    }
}
/* Gallery Images */
.clearing-thumbs, [data-clearing] {
    list-style: none;
    margin: 0;
}

.bike-content img.bike-image {
    width: 100%;
}

.bike-content .clearing-thumbs li, [data-clearing] li {
    width: 100%;
}
/* Lightbox */
.clearing-blackout {
    background: #222;
    background: rgba(0, 0, 0, 0.8);
}

.clearing-assembled .clearing-container .visible-img {
    background: transparent;
    height: 100%;
    overflow: hidden;
}

.visible-img img {
    background: #222;
    padding: 0.5rem;
    border: 1px solid #222;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.clearing-close {
    color: #FFF;
}

.clearing-main-next > span {
    border-left-color: #1a1a1a;
    display: none;
}

.clearing-main-prev > span {
    border-right-color: #1a1a1a;
    display: none;
}
/* Hide Carousel Images from Lightbox */
.clearing-assembled .clearing-container .carousel {
    display: none;
}
/* Dealer Details */
.dealer-details {
}

    .dealer-details h3 {
        text-transform: capitalize;
        margin-bottom: 1.5rem;
    }

    .dealer-details p {
        line-height: 2;
    }

    .dealer-details a.link {
        font-size: 0.65rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

@media only screen and (max-width: 40em) {
    .dealer-details {
        padding: 1rem 0;
    }
}
/* HD Originals Section */
.hd-originals-container h3.feature-title {
    text-transform: capitalize;
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.hd-originals-container .text-anchor:before {
    content: '';
    position: absolute;
    height: 0.7rem;
    width: 100%;
    max-width: 9rem;
    background-color: #f60;
    margin-top: 0rem;
}

.hd-originals-container li {
    font-size: 1rem;
    line-height: 1.6rem;
}
/* Sticky Tally Container */
section.StickyTallyContainer {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 0px solid #ececec;
    padding: 0.8rem 0;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0,0,0,0.5)
}

.StickyTallyContainer h1, .StickyTallyContainer h2, .StickyTallyContainer h3, .StickyTallyContainer h4, .StickyTallyContainer h5, .StickyTallyContainer p, .StickyTallyContainer ul, .StickyTallyContainer li {
    color: #FFF;
}

    .StickyTallyContainer h2.bike-name {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .StickyTallyContainer h3.bike-price {
        font-size: 2rem;
        color: #F60;
        text-transform: uppercase;
        letter-spacing: 0;
        margin-bottom: 0;
    }

        .StickyTallyContainer h3.bike-price span.finance-price {
            font-size: 1.2rem;
            letter-spacing: 1px;
            color: #FFF;
        }

        .StickyTallyContainer h3.bike-price span.divider {
            color: #d6d6d6;
            font-size: 1.8rem;
            line-height: 1;
            font-weight: 400;
            position: relative;
            top: -3px;
            margin: 0 10px;
        }

        .StickyTallyContainer h3.bike-price span.finance-tooltip {
            font-size: 0.6rem;
            margin-left: 5px;
            position: relative;
            top: -8px;
            color: white;
        }

.StickyTallyContainer .button {
    margin: 0 0 0.8rem 0;
}

.StickyTallyContainer .mobile-tally-list {
    display: none;
}

@media only screen and (max-width: 40em) {
    section.StickyTallyContainer {
        top: auto;
        bottom: 0;
    }

    .StickyTallyContainer .button {
        margin: 0 0 0.2rem 0;
        font-size: 0.6rem;
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

    .StickyTallyContainer h2.bike-name {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    .StickyTallyContainer h3.bike-price {
        font-size: 1.4rem;
        margin-bottom: 0.7rem;
    }

        .StickyTallyContainer h3.bike-price span.finance-price {
            font-size: 0.9rem;
            letter-spacing: 0.2px;
            color: #FFF;
        }

        .StickyTallyContainer h3.bike-price span.divider {
            font-size: 1rem;
            margin: 0 5px;
        }

        .StickyTallyContainer h3.bike-price span.finance-tooltip {
            font-size: 0.5rem;
            top: -5px;
            color: white;
        }

    .StickyTallyContainer p.bike-location {
        display: none;
    }
}


/* Accordion Content */
.accordion .accordion-navigation, .accordion dd {
    margin-bottom: 0 !important;
}

.accordion-navigation > a:after {
    font-family: 'Play', sans-serif;
    content: "+";
    padding-left: 5px;
    float: right;
    font-size: 25px;
    line-height: 1;
    top: 0;
    position: relative;
}

.accordion-navigation.active > a:after {
    content: "-";
    top: 0;
}

.accordion .accordion-navigation:first-child > a, .accordion dd:first-child > a {
    border-top: 1px solid #e4e4e4;
}

.accordion .accordion-navigation > a, .accordion dd > a {
    font-family: franklin-gothic-atf, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: none;
    color: #000;
    letter-spacing: 2px;
    padding: 1.5rem 0;
    display: block;
    background: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #e4e4e4;
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
    padding: 2rem 1rem 2rem 1rem;
    border-bottom: 1px solid #e4e4e4;
    background: transparent;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
    color: #F60;
    background: #FFF;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
    background: transparent;
}

.accordion .accordion-navigation .spec-item, .accordion dd .spec-item {
    margin-bottom: 1.5rem;
}

    .accordion .accordion-navigation .spec-item p, .accordion dd .spec-item p {
        font-family: 'Ubuntu', sans-serif;
        font-size: 0.9rem;
        text-align: center;
        text-transform: none;
    }

        .accordion .accordion-navigation .spec-item p.lead, .accordion dd .spec-item p.lead {
            font-family: 'Ubuntu', sans-serif;
            font-weight: 600;
            text-transform: none;
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
        }

@media only screen and (max-width: 40em) {
    .page-header h1.bike-name {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-bottom: 0;
        text-align: center;
    }

    .page-header p.approved-used-text {
        font-size: 1.2rem;
    }

    .panel .bike-content .pricing-table .title h3.bike-name {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .panel .bike-content .pricing-table .title h3.bike-price {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .panel .bike-content .pricing-table .description img.select-logo {
        width: 150px;
    }
}
/* End New Used Bikes */
/* Icon Grid Container */
.icon-container {
    background: rgba(0,0,0,0.80);
    box-shadow: 0 14px 24px rgba(0,0,0,0.25);
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.icon-image-container {
    min-height: 190px;
    max-height: 190px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .icon-image-container:before {
        /* content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 10px 8px 10px;
     border-color: transparent transparent #fff transparent;
     position: absolute;
     left: 50%;
     margin-left: -8px;
     bottom: 0;
     z-index: 3;
     */
    }

.icon-grid {
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    display: inline-block;
    /* cursor: pointer;
     */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s;
}

.icon-container:hover .icon-grid, .icon-container:focus .icon-grid {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
/* .icon-grid.one {
     background-image: url(../Assets/assets-home/save-time-background.jpg);
     background-position: center;
     background-size: cover;
}
 */
/* Icons */
.icon-grid .icon {
    width: 190px;
    height: 220px;
    margin: 0 auto;
}

    .icon-grid .icon img {
        margin: 1rem 0 0 0;
    }


/* Icon Panel Styles */
.icon-container .panel {
    text-align: center;
    padding: 2.5rem 1.25rem 1rem 1.25rem;
    border: none;
    /* margin-bottom: 1rem; */
    background: transparent;
}

    .icon-container .panel h1, .icon-container .panel h2, .icon-container .panel h3 {
        font-family: franklin-gothic-atf, sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 2rem;
        line-height: 1.2;
        text-transform: none;
        letter-spacing: 0;
        color: #f5821f !important;
    }

        .icon-container .panel h1 span, .icon-container .panel h2 span, .icon-container .panel h3 span {
            color: #f5821f;
        }

    .icon-container .panel p {
        font-family: franklin-gothic-atf, sans-serif;
        font-weight: normal;
        font-size: 0.7rem;
        line-height: 1.4;
        text-transform: capitalize;
        letter-spacing: 0px;
        color: #f5821f !important;
    }

    .icon-container .panel a {
        font-family: franklin-gothic-atf, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
        margin-top: 1.5rem;
        display: block;
    }

.icon-container:hover .panel a .fa {
    animation: bounce-arrow 1s linear infinite;
}

.icon-container .panel a .fa {
    font-size: 0.8rem;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

@media only screen and (max-width: 40em) {
    .icon-container .panel h1, .icon-container .panel h2, .icon-container .panel h3 {
        font-size: 1rem;
    }

    .icon-grid .icon {
        width: 130px;
        height: 150px;
    }

    .icon-grid, .icon-image-container {
        min-height: 150px;
        max-height: 150px;
    }

    .icon-container .panel {
        padding: 0.5rem 0.55rem 0rem 0.55rem;
    }
}


/* footer styling */
footer {
    background-color: black;
    padding: 2rem 0;
}

    footer h2, footer h3 {
        font-size: 1.4rem;
        color: white;
        margin-bottom: 1rem;
    }

    footer p {
        color: #f1f1f1;
        margin-bottom: 0.5rem;
    }

    footer a {
        color: #f1f1f1;
    }

    footer ul {
        margin-left: 1.1rem;
        color: #f1f1f1;
        font-size: 14px;
    }

    footer li {
        margin-bottom: 0.3rem;
    }

    footer a:hover {
        color: white;
    }

    footer strong {
        color: white;
    }

.footer-column {
    background: #1c1c1c;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sub-footer-column {
}

.dealership-info {
    padding-left: 0;
}

.sub-footer-column p, .sub-footer-column a {
    color: #999999;
    font-size: 0.8rem;
    text-align: center;
}

    .sub-footer-column a:hover {
        color: #333333;
    }

.social-icons {
    width: 100%;
    margin: 1rem auto;
    text-align: center;
}

.social-link {
    margin: 0 10px;
}

@media only screen and (max-width: 667px) {
    footer {
        padding: 1.5rem;
    }

        footer h2, footer h3 {
            font-size: 1rem;
            color: white;
            margin-bottom: 1rem;
        }

        footer p, footer a {
            font-size: 0.6rem;
            color: #bababa;
        }
}
/* Loader */
@keyframes swing {
    0%,36%,52%,100% {
        transform: rotate(0deg);
        animation-timing-function: ease-out
    }

    2%,10%,18%,26%,32%,48% {
        transform: rotate(2deg);
        animation-timing-function: ease-out
    }

    6%,14%,20%,28%,34%,50% {
        transform: rotate(-2deg);
        animation-timing-function: ease-out
    }

    38%,40% {
        transform: rotate(3deg);
        animation-timing-function: ease-out
    }

    42%,44% {
        transform: rotate(-3deg);
        animation-timing-function: ease-out
    }
}

@-o-keyframes swing {
    0%,36%,52%,100% {
        -o-transform: rotate(0deg);
        -o-animation-timing-function: ease-out
    }

    2%,10%,18%,26%,32%,48% {
        -o-transform: rotate(2deg);
        -o-animation-timing-function: ease-out
    }

    6%,14%,20%,28%,34%,50% {
        -o-transform: rotate(-2deg);
        -o-animation-timing-function: ease-out
    }

    38%,40% {
        -o-transform: rotate(3deg);
        -o-animation-timing-function: ease-out
    }

    42%,44% {
        -o-transform: rotate(-3deg);
        -o-animation-timing-function: ease-out
    }
}

@-ms-keyframes swing {
    0%,36%,52%,100% {
        -ms-transform: rotate(0deg);
        -ms-animation-timing-function: ease-out
    }

    2%,10%,18%,26%,32%,48% {
        -ms-transform: rotate(2deg);
        -ms-animation-timing-function: ease-out
    }

    6%,14%,20%,28%,34%,50% {
        -ms-transform: rotate(-2deg);
        -ms-animation-timing-function: ease-out
    }

    38%,40% {
        -ms-transform: rotate(3deg);
        -ms-animation-timing-function: ease-out
    }

    42%,44% {
        -ms-transform: rotate(-3deg);
        -ms-animation-timing-function: ease-out
    }
}

@-webkit-keyframes swing {
    0%,36%,52%,100% {
        -webkit-transform: rotate(0deg);
        -webkit-animation-timing-function: ease-out
    }

    2%,10%,18%,26%,32%,48% {
        -webkit-transform: rotate(2deg);
        -webkit-animation-timing-function: ease-out
    }

    6%,14%,20%,28%,34%,50% {
        -webkit-transform: rotate(-2deg);
        -webkit-animation-timing-function: ease-out
    }

    38%,40% {
        -webkit-transform: rotate(3deg);
        -webkit-animation-timing-function: ease-out
    }

    42%,44% {
        -webkit-transform: rotate(-3deg);
        -webkit-animation-timing-function: ease-out
    }
}

@-moz-keyframes swing {
    0%,36%,52%,100% {
        -moz-transform: rotate(0deg);
        -moz-animation-timing-function: ease-out
    }

    2%,10%,18%,26%,32%,48% {
        -moz-transform: rotate(2deg);
        -moz-animation-timing-function: ease-out
    }

    6%,14%,20%,28%,34%,50% {
        -moz-transform: rotate(-2deg);
        -moz-animation-timing-function: ease-out
    }

    38%,40% {
        -moz-transform: rotate(3deg);
        -moz-animation-timing-function: ease-out
    }

    42%,44% {
        -moz-transform: rotate(-3deg);
        -moz-animation-timing-function: ease-out
    }
}

@-webkit-keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@-moz-keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@-ms-keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@-o-keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@keyframes loader-anim {
    0% {
        left: -102px
    }

    100% {
        left: 102px
    }
}

@-webkit-keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}

@-moz-keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}

@-ms-keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}

@-o-keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}

@keyframes blink-text {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.5
    }

    40% {
        opacity: 0.2
    }

    60% {
        opacity: 0.7
    }

    80% {
        opacity: 0.1
    }

    90% {
        opacity: 0.4
    }
}
/* =Loader -------------------------------------------------------------- */
.loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}

    .loader h5 {
        -webkit-animation: blink-text 1s infinite;
        -moz-animation: blink-text 1s infinite;
        -ms-animation: blink-text 1s infinite;
        -o-animation: blink-text 1s infinite;
        animation: blink-text 1s infinite;
    }

.loader-content {
    display: block;
    position: relative;
    top: 45%;
    -webkit-animation: fadeInDown 0.7s;
    -moz-animation: fadeInDown 0.7s;
    -ms-animation: fadeInDown 0.7s;
    -o-animation: fadeInDown 0.7s;
    animation: fadeInDown 0.7s;
}

    .loader-content img {
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

.progress-container {
    display: block;
    position: relative;
    width: 100px;
    height: 2px;
    overflow: hidden;
    margin: 1.5rem auto;
}

.progress-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: -102px;
    overflow: hidden;
    width: 100px;
    height: 2px;
    background-color: #f60;
    -webkit-animation: loader-anim 1s 0s infinite;
    -moz-animation: loader-anim 1s 0s infinite;
    -ms-animation: loader-anim 1s 0s infinite;
    -o-animation: loader-anim 1s 0s infinite;
    animation: loader-anim 1s 0s infinite;
}

@media only screen and (max-width: 40em) {
    .loader-content img {
        width: 300px;
    }
}
/* End Loader */



/* Bike Preload Container */
.bike-preload-container .panel {
    padding: 10rem 1.25rem;
}

.bike-preload-container img {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -ms-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation: swing 3s infinite;
    -moz-animation: swing 3s infinite;
    -ms-animation: swing 3s infinite;
    -o-animation: swing 3s infinite;
    animation: swing 3s infinite;
    transform-origin: 50% 69%;
}

.bike-preload-container h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
/* End Bike Preload Container */



/* Report Preload Container */
.report-response-loading {
    padding: 3rem 1.25rem;
    text-align: center;
}

    .report-response-loading img {
        width: 150px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-delay: 4s;
        -moz-animation-delay: 4s;
        -ms-animation-delay: 4s;
        -o-animation-delay: 4s;
        animation-delay: 4s;
        -webkit-animation: swing 3s infinite;
        -moz-animation: swing 3s infinite;
        -ms-animation: swing 3s infinite;
        -o-animation: swing 3s infinite;
        animation: swing 3s infinite;
        transform-origin: 50% 69%;
    }

    .report-response-loading h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
/* End Bike Preload Container */

/* Report Preload Container */
.no-bikes-error {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding-top: 45vh;
    width: 100%;
    height: 65%;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    padding: 0;
    text-align: center;
}

    .no-bikes-error i {
        width: 150px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .no-bikes-error h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
/* End Bike Preload Container */

.filter-label {
}

.highlighted-filter-background {
    background-color: #e6e6e6;
}

.filter-header {
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem !important;
}

.more-about-link {
    float: right;
    font-size: 0.8rem;
}
/* Modal Changes */
.reveal-modal-bg {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}
/* Modal Filter */
.reveal-modal .filter-cache-filter-list {
    margin: 0 0 2rem 0;
}

    .reveal-modal .filter-cache-filter-list li {
        display: block;
        list-style: none;
        line-height: 1.4rem;
        padding: 6px 0;
        margin: 6px 0;
        border-bottom: 1px solid #dadada;
    }

        .reveal-modal .filter-cache-filter-list li span.list-option {
            min-width: 120px;
            display: inline-block;
        }

        .reveal-modal .filter-cache-filter-list li span.pre-filtered-value {
            font-family: franklin-gothic-atf, sans-serif;
            color: #F60;
            font-size: 1rem;
            letter-spacing: 1px;
            font-weight: normal;
            text-transform: uppercase;
            float: right;
        }



/* Modal pop up colour changes */
.reveal-modal, dialog {
    background-color: white;
    border: solid 2px #f47e11;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

    .reveal-modal h2 {
        color: #000;
    }

p.lead {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: bold;
}

.reveal-modal p.small {
    font-size: 0.6rem;
}

.reveal-modal p {
    margin-bottom: 0.5rem;
}

.spec-item {
    margin-bottom: 0.4rem;
    padding: 0;
}

.reveal-modal span {
    color: #FFFFFF;
}

.reveal-modal a {
    text-decoration: underline;
    color: #333;
}

    .reveal-modal a.button {
        text-decoration: none;
        color: #FFF;
    }


.mandatory-error {
    border: 3px solid red !important;
}

.used-bike-header > h4 {
    float: left;
    color: #f60;
}

.used-bike-header .bike-location {
    letter-spacing: 0.05rem;
}

.price.no-mp {
    margin-bottom: 1rem !important;
}

[data-no-finance] {
    display: none !important;
}

.finance-from-defaults p {
    font-weight: bold;
}

.g-recaptcha {
    margin: 2rem 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    text-align: center;
}

.modal-button {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
}
/* Owl Nav Overrides */
@media only screen and (max-width: 40em) {
    .owl-nav .icon {
        font-size: 1rem;
        width: 30px;
    }
}


[data-report].selected {
    background-color: #f60;
}



/* Dark Container */
.dark-container h1, .dark-container h2, .dark-container h3, .dark-container h4, .dark-container h5, .dark-container p, .dark-container label {
    color: white;
}

.dark-container {
    background: black;
    padding: 1rem;
}

    .dark-container .button, .dark-container input[type="text"], .dark-container input[type="date"] {
        margin: 0;
    }

/* Siebar Menu */
.sidebar.menu li {
    margin: 0;
}

.sidebar.menu a {
    background: #f1f1f1;
    border-bottom: 1px solid #CCC;
    color: black;
    padding: 1rem 0;
}

    .sidebar.menu a:hover, .sidebar.menu a.selected {
        color: #F60;
    }

    .sidebar.menu a.selected {
        font-weight: 600;
    }


/* Member Region List */
.sidebar.menu#RegionList li a span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
}

.member-region {
}

    .member-region:hover {
        background-color: rgba(255, 102, 0, 0.70);
        color: white;
    }

    .member-region.selected {
        background-color: rgba(255, 102, 0, 0.90);
        color: white;
    }

        .member-region.selected:hover {
            background-color: rgba(255, 102, 0, 0.40);
        }

    .member-region.no-region {
        cursor: not-allowed;
    }


.bike-container {
    min-height: 900px;
}

span.legal {
    font-size: 1.2rem;
    text-align: center;
    color: #F47E11;
}

/* Loading Overlays */
.filters-loading-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2e0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
}

.filters-loading-text {
    position: relative;
    top: -10px;
}

    .filters-loading-text p {
        margin: 1rem 0;
    }

    .filters-loading-text i {
        font-size: 2rem;
    }

.bikes-need-update-container, .bikes-no-filter-result-container {
    position: absolute;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    background: #232323e0;
    padding-top: 45vh;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
    color: white;
}

.bikes-need-update-container-text p {
    margin: 1rem 0;
    font-size: 1rem;
}

.bikes-need-update-container-text i {
    font-size: 2rem;
}
